:root {
    --gradient-background: #5d3754;
    --light-purple: #f0e6f6;
}

html,
body {
    overflow-x: hidden;
}
body {
    font-family: Inter, sans-serif;
    font-size: 1rem;
    background-color: #fff !important;
}

h1,
h1,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", serif !important;
}

.container {
    max-width: 1300px;
}

@media (max-width: 768px) {
    .container {
        padding: 1.5rem 20px !important;
    }

    .container-fluid {
        padding: 0 20px !important;
    }
}
/* Topbar */
.topbar {
    background: var(--gradient-background);
    color: #fff;
    font-size: 1rem;
    padding: 1rem 1rem;
}
.topbar a {
    color: #fff;
    text-decoration: none;
    margin-left: 15px;
}

@media (max-width: 768px) {
    .topbar {
        background: var(--gradient-background);
        color: #fff;
        font-size: 0.6rem;
        padding: 1rem 1rem;
    }
}
/* Navbar */
/* Topbar */
.topbar {
    background: var(--gradient-background);
    color: #fff;
    font-size: 1rem;
    padding: 1rem 1rem;
    display: none !important;
}
.topbar a {
    color: #fff;
    text-decoration: none;
    margin-left: 15px;
}

@media (max-width: 768px) {
    .topbar {
        background: var(--gradient-background);
        color: #fff;
        font-size: 0.6rem;
        padding: 1rem 1rem;
        display: none !important;
    }
}
/* Navbar */
.navbar-nav .nav-link {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.95rem;
}

.navbar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    animation: slideDown 0.3s ease-in-out;
}

body.navbar-fixed {
    padding-top: 80px;
}
/* Dropdown on hover - Desktop only */
@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
    /* Hide mobile menu completely on desktop */
    #mainNav {
        display: none !important;
    }
}
.navbar-nav .nav-link {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.95rem;
}

.navbar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    animation: slideDown 0.3s ease-in-out;
}
.you-may-like .product-card {
    background: #fdeff2; /* halka pink background */
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s ease;
    width: 300px;
    height: 350px;
}

@media (max-width: 768px) {
    .you-may-like .product-card {
        background: #fdeff2; /* halka pink background */
        border-radius: 10px;
        text-align: center;
        transition: transform 0.3s ease;
        width: 160px;
        height: 240px;
    }
}

body.navbar-fixed {
    padding-top: 80px;
}
/* Dropdown on hover - Desktop only */
@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
    /* Hide mobile menu completely on desktop */
    #mainNav {
        display: none !important;
    }
}
/* Search bar */
.search-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 400px;
    margin-right: 30px;
}

.search-box {
    border-radius: 50px;
    padding: 0.5rem 1rem 0.5rem 2.5rem; /* left padding thoda zyada for icon */
    border: 1px solid #ddd;
    width: 100%;
}

.search-icon {
    position: absolute;
    top: 50%;
    right: 12px; /* icon ko left me dikhane ke liye */
    transform: translateY(-50%);
    color: #666;
    font-size: 1rem;
    cursor: pointer;
}

/* Icons */
.icon-group {
    display: flex;
    align-items: center; /* sab icons vertically center honge */
    gap: 15px; /* spacing maintain ho jaayegi */
    position: relative;
}

/* Icons style */
.icon-group i {
    font-size: 1.2rem;
    cursor: pointer;
}

/* Badge adjust */
.badge-custom {
    background: var(--gradient-background);
    font-size: 0.7rem;
    position: absolute;
    top: -8px;
    right: -10px;
}

/* Mobile Navbar Fix */
@media (max-width: 768px) {
    /* Topbar text chhota aur readable */
    .topbar {
        font-size: 0.65rem;
        padding: 0.5rem;
        text-align: center;
        flex-direction: column;
    }
    .topbar div {
        margin: 2px 0;
    }

    /* Navbar layout */
    .navbar .container-fluid {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    /* Logo center me */
    .navbar-brand {
        margin: 0 auto;
        text-align: center;
        /* flex: 1 1 100%; */
        display: flex;
        justify-content: center;
    }

    /* Icons aur toggle ek line me right side */
    .icon-group {
        order: 3;
        margin-left: auto;
    }

    .navbar-toggler {
        order: 2;
        border: none;
        margin-left: 0;
    }

    /* Mobile search full width niche */
    .search-wrapper {
        display: none !important; /* desktop wala search hatana */
    }
    .collapse .search-box {
        border-radius: 30px;
        margin-top: 10px;
        padding: 0.6rem 1rem;
    }

    /* Nav links styling */
    .navbar-nav .nav-link {
        font-size: 0.9rem;
        text-align: center;
        padding: 0.5rem 0;
    }

    .input-wrapper {
        position: relative;
        width: 100%;
    }

    /* Input styling */
    .search-box {
        width: 100%;
        padding-right: 40px; /* icon ke liye jagah */
        height: 40px;
        border: 1px solid #ccc;
        border-radius: 8px;
    }

    /* Icon ko input ke andar right side pe set kare */
    .input-wrapper i {
        position: absolute;
        right: 30px;
        top: 55%;
        transform: translateY(-50%);
        color: #888;
        pointer-events: none; /* icon pe click na ho */
    }
    .input-wrapper i {
        display: block;
    }
}

/* Mobile Menu Drawer */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 6px rgba(0, 0, 0, 0.2);
    transition: right 0.4s ease;
    z-index: 1200;
    overflow-y: auto;
}

.mobile-menu.open {
    right: 0;
}

.mobile-menu-header img {
    max-height: 40px;
}

.mobile-menu .close-menu,
.mobile-menu .search-toggle {
    font-size: 18px;
    cursor: pointer;
}

.menu-item {
    padding: 12px 0;
    font-weight: 600;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
}

.menu-item i {
    font-size: 14px;
    cursor: pointer;
}

.submenu {
    display: none;
    padding: 8px 0 8px 15px;
}

.submenu li {
    padding: 5px 0;
    font-size: 14px;
    font-weight: normal;
}

/* Search box */
.mobile-search {
    display: none;
    padding: 10px 15px;
}
.mobile-search input {
    border-radius: 20px;
    padding: 6px 12px;
}
.mobile-search.show {
    display: block;
}

/* carousel section css starts------------------ */
.carousel-container {
    position: relative;
    width: 100%;
    max-width: 1550px;
    height: 500px;
    margin: 0 auto;
    overflow: hidden;
}

.carousel-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.carousel-slide.active {
    opacity: 1;
    z-index: 1;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.text-content {
    width: 50%;
    padding: 0 50px;
    color: #fff;
}

.text-content h2 {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 4px;
    word-spacing: 2px;
    margin-bottom: 15px;
    color: #1c1c1c;
}

.text-content h1 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    letter-spacing: -1.1;
    color: #5d3754;
}

.shop-now-btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: #5d3754;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.shop-now-btn:hover {
    background-color: #000;
    color: #fff;
}

/* Navigation buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background-color: #000;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease;
    opacity: 0;
    z-index: 10;
    text-decoration: none;
}

.carousel-container:hover .prev,
.carousel-container:hover .next {
    opacity: 1;
}

.prev:hover,
.next:hover {
    background-color: #5d3754;
    color: #fff;
}

.prev {
    left: 20px;
}

.next {
    right: 20px;
}

/* Slide indicators */
.slide-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    z-index: 10;
}

.indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicator.active {
    background-color: #5d3754;
    width: 30px;
    border-radius: 5px;
}

/* Mobile view adjustments */
@media (max-width: 768px) {
    .slide-content {
        position: static;
        display: block;
        text-align: center;
        padding: 20px;
        background: #fff; /* optional */
    }

    .text-content {
        width: 100%;
        padding: 0;
    }

    .text-content h2 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .text-content h1 {
        font-size: 1.5rem;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .shop-now-btn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    .carousel-slide img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: right;
    }

    .prev,
    .next {
        opacity: 1;
        width: 40px;
        height: 40px;
        font-size: 16px;
        top: 30%;
        transform: translateY(-50%);
    }

    .indicator {
        display: none;
    }
}

/* category-section css starts--------------------------- */

.category-section {
    background-color: #fff;
}

.category-card {
    background: white;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    height: 280px;
}

.category-card:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.category-image {
    height: 280px;
    width: 400px;
    padding: 20px;
    overflow: hidden;
}

.category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.category-title {
    font-size: 1.2rem;
    font-weight: 500;
    color: #1c1c1c;
    margin-bottom: 0.5rem;
    cursor: pointer;
}

.category-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.8s ease;
}

.category-card:hover .category-img {
    transform: scale(1.2);
}

.category-count {
    color: #666;
    font-size: 0.95rem;
}

.category-content {
    padding: 1.5rem;
}

.container {
    padding: 1.5rem 0;
}

@media (max-width: 768px) {
    .category-overlay {
        margin: 0 20px;
    }

    .sub-category {
        margin-top: 40px;
    }
}

/* our best seller css starts------------------ */

.section-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2.5rem;
    font-weight: 600;
    color: #333;
}

.category-tabs {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
}

.category-tab {
    font-size: 1.2rem;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    transition: color 0.3s;
    position: relative;
    padding-bottom: 5px;
}

.category-tab:hover,
.category-tab.active {
    color: #333;
}

.category-tab.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 30px;
}

.product-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s;
    position: relative;
}

.product-card:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.product-image-container {
    position: relative;
    overflow: hidden;
    height: 300px;
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.product-card:hover .product-image {
    transform: scale(1.2);
}

.product-actions {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    flex-direction: column; /* Stack vertically */
    gap: 10px;
    opacity: 0;
    transition: opacity 0.3s;
}

.product-card:hover .product-actions {
    opacity: 1;
}

.perfume-card:hover .product-actions {
    opacity: 1;
}

.action-btn {
    width: 35px; /* Slightly smaller for top corner */
    height: 35px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.action-btn:hover {
    background: #333;
    color: white;
    transform: translateY(-3px);
}

.product-info {
    padding: 20px;
    text-align: center;
}

.product-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

.product-price {
    color: #666;
    font-weight: 500;
}

.original-price {
    text-decoration: line-through;
    color: #999;
    margin-right: 8px;
}

.sale-price {
    color: #e63946;
    font-weight: 600;
}

.rating {
    color: #ffc107;
    margin: 8px 0;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .category-tabs {
        gap: 15px;
    }

    .category-tab {
        font-size: 1rem;
    }

    .products-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }

    .category-tabs {
        flex-wrap: wrap;
    }

    .product-image-container {
        height: 280px;
    }
}

/* popular perfumes css starts ------------------------ */

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #666;
    font-weight: 400;
}

.perfume-slider {
    position: relative;
    overflow: visible;
    padding: 20px 0;
}

.slider-container {
    display: flex;
    transition: transform 0.5s ease;
    overflow: visible;
}

.perfume-slide {
    min-width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
    transition: all 0.3s;
}

.perfume-card {
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.perfume-image-container {
    height: 250px;
    position: relative;
    overflow: hidden;
}

.perfume-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.perfume-card:hover .perfume-image {
    transform: scale(1.05);
}

.perfume-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(255, 255, 255, 0.9);
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.perfume-info {
    padding: 20px;
    text-align: center;
}

.perfume-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

.perfume-subtitle {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 10px;
}

.rating {
    color: #ffc107;
    margin: 8px 0;
    font-size: 0.9rem;
}

.perfume-price {
    font-weight: 600;
    color: #333;
}

.original-price {
    text-decoration: line-through;
    color: #999;
    margin-right: 8px;
    font-size: 0.9rem;
}

.sale-price {
    color: #e63946;
}

.slider-nav {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    margin: 0 5px;
    cursor: pointer;
    transition: background 0.3s;
}

.slider-dot.active {
    background: #333;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
    font-size: 18px;
}

.slider-arrow.prev {
    left: 10px;
}
.slider-arrow.next {
    right: 10px;
}

.slider-arrow:hover {
    background: #e63946;
    color: #fff;
}

.slider-arrow.prev {
    left: 10px;
}

.slider-arrow.next {
    right: 10px;
}

@media (max-width: 992px) {
    .perfume-slide {
        min-width: 33.33%;
    }
}

@media (max-width: 768px) {
    .perfume-slide {
        min-width: 50%;
    }

    .section-title {
        font-size: 2rem;
    }

    .slider-arrow {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 576px) {
    .perfume-slide {
        min-width: 100%;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .section-subtitle {
        font-size: 1rem;
    }

    .perfume-image-container {
        height: 280px;
    }
}

/* testimonial section css starts------------------- */
.testimonials-section {
    padding: 20px 0;
    background-color: #fff;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 20px;
    font-family: "Playfair Display", serif !important;
}

.testimonial-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 30px;
    height: 100%;
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    background: #000;
    color: #fff;
}

.testimonial-card:hover .testimonial-text,
.testimonial-card:hover .customer-name {
    color: #fff !important;
}

.stars {
    color: #ffd700;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.testimonial-text {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-text:hover {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 20px;
    font-style: italic;
}

.customer-name {
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.customer-name:hover {
    font-weight: 700;
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 5px;
}

.customer-badge {
    font-size: 0.9rem;
    color: #28a745;
    display: flex;
    align-items: center;
}

.customer-badge:before {
    content: "✓";
    margin-right: 5px;
}

.divider {
    height: 2px;
    background: linear-gradient(
        to right,
        transparent,
        var(--primary-color),
        transparent
    );
    width: 60%;
    margin: 30px auto;
}

.trust-indicators {
    padding: 80px 0;
    background: linear-gradient(135deg, #5d3754 0%, #e63946 100%);
    position: relative;
    z-index: 0;
}

.trust-card {
    /* background: rgba(255, 255, 255, 0.1); */
    background-color: #302f2f;
    border-radius: 15px;
    padding: 40px 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(8px); /* glass effect */
}

.trust-card::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e63946, #5d3754);
    transition: 0.4s ease;
    z-index: 0;
}

.trust-card:hover::before {
    top: 0;
}

.trust-card .icon {
    font-size: 2rem;
    color: #fff; /* white icons to contrast bg */
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.trust-card .value {
    font-size: 2rem;
    font-weight: 700;
    color: #fff; /* white text */
    position: relative;
    z-index: 1;
}

.trust-card .label {
    font-size: 1rem;
    color: #f1f1f1; /* lighter white for subtitle */
    margin-top: 8px;
    position: relative;
    z-index: 1;
}

.trust-card:hover .icon,
.trust-card:hover .value,
.trust-card:hover .label {
    color: #fff !important;
}

@media (max-width: 768px) {
    .section-header h2 {
        font-size: 2rem;
    }
}

/* footer css starts --------------------- */

.footer {
    background: var(--gradient-background);
    color: white;
    padding: 60px 0 30px;
}

.footer-brand {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.footer-brand span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
}

.footer-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer-heading:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: white;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: white;
    padding-left: 5px;
}

.newsletter-text {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
}

.newsletter-input {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: white;
    padding: 12px 15px;
    border-radius: 0;
    margin-bottom: 15px;
}

.newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.footer-about {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    margin-top: 40px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

@media (max-width: 767.98px) {
    .footer-col {
        margin-bottom: 30px;
    }
}

/* cart-modal css starts----------------------- */
.cart-modal {
    position: fixed;
    top: 0;
    right: -100%;
    width: 30vw;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    transition: right 0.4s ease-in-out;
    z-index: 9999;
    display: flex;
    flex-direction: column;
}

.cart-modal.active {
    right: 0;
}

.cart-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Header */
.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
}

.cart-header h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.close-btn {
    font-size: 22px;
    cursor: pointer;
}

/* Cart Item */
.cart-item {
    display: flex;
    padding: 20px;
}

.cart-item img {
    width: 150px;
    border-radius: 5px;
    margin-right: 15px;
}

.item-details h4 {
    margin: 0;
    font-size: 12px;
    color: #777;
    font-weight: 500;
}

.item-details .product-name {
    margin: 3px 0;
    font-size: 15px;
    font-weight: 600;
}

.item-details .price {
    color: #b12704;
    font-weight: bold;
    margin: 5px 0;
    font-size: 18px;
}

.quantity {
    display: flex;
    align-items: center;
    gap: 8px;
}

.quantity button {
    border: 1px solid #ccc;
    background: #fff;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.quantity span {
    font-size: 14px;
}

.remove {
    margin-left: auto;
    font-size: 13px;
    color: #333;
    text-decoration: underline;
    cursor: pointer;
}

/* Divider */
.cart-divider {
    height: 1px;
    background: #eee;
    margin: 10px 0;
}

/* Options */
.cart-options {
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #444;
    cursor: pointer;
}

/* Footer */
.cart-footer {
    margin-top: auto;
    padding: 20px;
    border-top: 1px solid #ddd;
}

.subtotal {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.view-btn,
.checkout-btn {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    border: none;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
}

.view-btn {
    background: #fff;
    border: 1px solid #333;
}

.checkout-btn {
    background: #5d3754;
    color: #fff;
}

/* product page css starts------------------------- */

/* Filter Section */
.filter-section {
    background: #fff;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.filter-section h6 {
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Product Grid */
.products-cards {
    border: none;
    transition: transform 0.3s;
    /* margin-bottom: 20px; */
}

.products-cards:hover .product-actions {
    opacity: 1;
}

.product-image-container:hover .product-actions {
    opacity: 1;
}
.you-may-like .product-card:hover .product-actions {
    opacity: 1;
}

.products-cards img {
    border-radius: 8px;
    height: 350px;
    object-fit: cover;
    width: 100%;
    transition: transform 0.8s ease;
}

.products-cards img:hover {
    transform: scale(1.06);
}

.badge-sale {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #82334d;
    color: #fff;
    padding: 5px 10px;
    font-size: 0.8rem;
    border-radius: 5px;
}

.price-old {
    text-decoration: line-through;
    color: #888;
    margin-left: 8px;
}

@media (max-width: 768px) {
    .products-cards img {
        height: 280px;
    }

    .filter-section h6,
    label {
        font-size: 14px;
    }
}

/* Mobile view ke liye sticky sidebar */
@media (max-width: 768px) {
    .container-fluid .row {
        position: relative;
        overflow: visible;
    }

    aside.col-lg-3 {
        position: sticky;
        top: 0;
        height: 100vh;
        overflow-y: auto;
        z-index: 1020;
        background: white;
        padding-top: 15px;
        padding-bottom: 80px;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    }

    section.col-lg-9 {
        height: 100vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 50px;
    }
}

/* Perfume Section */
.perfume-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f9f3ea 0%, #f5e9d8 100%);
}

.perfume-section .section-title {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 25px;
    font-size: 2.5rem;
}

.perfume-section .section-subtitle {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #7f8c8d;
    line-height: 1.6;
}

.perfume-section .perfume-img-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    height: 100%;
}

.perfume-section .perfume-img-container:hover {
    transform: translateY(-5px);
}

.perfume-section .perfume-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 450px;
    border-radius: 10px;
}

.perfume-section .feature-card {
    background: white;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.perfume-section .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.perfume-section .feature-icon {
    font-size: 2rem;
    color: #d4af7a;
    margin-bottom: 15px;
}

.perfume-section .feature-title {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.perfume-section .feature-text {
    color: #7f8c8d;
    font-size: 0.95rem;
    line-height: 1.5;
}

.perfume-section .btn-perfume {
    background-color: #d4af7a;
    color: white;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 500;
    border: none;
    transition: all 0.3s ease;
}

.perfume-section .btn-perfume:hover {
    background-color: #c19a64;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(212, 175, 122, 0.3);
}

.navbar-brand {
    font-weight: 600;
    color: #2c3e50 !important;
}

/* Footer styling */
footer {
    background-color: #2c3e50;
    color: white;
    padding: 40px 0;
}

.social-icons a {
    color: #d4af7a;
    font-size: 1.5rem;
    margin-right: 15px;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #f5e9d8;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .section-title {
        font-size: 2rem;
    }

    .perfume-img {
        min-height: 350px;
    }
}

@media (max-width: 768px) {
    .perfume-section {
        padding: 60px 0;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .feature-card {
        padding: 20px;
    }
}

/* Updated Slider Section */
.slider-section {
    padding: 60px 0;
    background: #fff;
}

.slider-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.slider-title {
    font-size: 2.2rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}

.slider-subtitle {
    color: #7f8c8d;
    font-size: 1rem;
    margin: 5px 0 0 0;
}

.slider-nav-buttons {
    display: flex;
    gap: 10px;
}

.nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #82334d;
    border: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-btn:hover {
    background: #a0415a;
    transform: scale(1.1);
}

/* Product Cards in Slider */

.product-image-container {
    position: relative;
    background: #f8f0f0;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #82334d;
    color: white;
    padding: 4px 10px;
    border-radius: 3px;
    font-size: 0.8rem;
    font-weight: 500;
}

.product-badge.sold-out {
    background: #666;
}

.product-info {
    padding: 20px;
    text-align: center;
}

.product-rating {
    color: #ffc107;
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.product-info .product-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
}

.product-info .product-price {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.product-info .current-price {
    font-weight: 700;
    color: #82334d;
    font-size: 1.1rem;
}

.product-info .original-price {
    text-decoration: line-through;
    color: #999;
    font-size: 0.95rem;
}

/* Slick slider custom styles */
.products-slider {
    margin: 0 -10px;
}

.products-slider .slick-slide {
    padding: 0 5px;
}

.products-slider .slick-list {
    margin: 0;
    padding: 0;
}

/* Hide default slick arrows and dots */
.products-slider .slick-arrow,
.products-slider .slick-dots {
    display: none !important;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .slider-header {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .slider-title {
        font-size: 1.8rem;
    }

    .product-image-container {
        height: 280px;
    }
}

.filter-section h6 .fa-chevron-down.rotated {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.filter-section h6 .fa-chevron-down {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

/* product-detail page css starts------------------------ */
.product-container {
    max-width: 1200px;
    margin: 0 auto;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 25px;
}
.breadcrumb {
    background: transparent;
    padding: 0;
    margin-top: 20px;
    font-size: 0.9rem;
    margin-left: 50px;
}
.breadcrumb a {
    color: #6c757d;
    text-decoration: none;
}

.breadcrumb .active {
    color: #000;
}
.sku {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 5px;
}
.price-original {
    text-decoration: line-through;
    color: #6c757d;
    margin-right: 10px;
}
.price-discount {
    color: #dc3545;
    font-weight: bold;
    margin-right: 15px;
    font-size: 1.5rem;
}
.badge {
    font-size: 0.7rem;
    padding: 0.35em 0.65em;
}
.stock-alert {
    color: #dc3545;
    font-weight: 500;
}
.weight-option {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 0.9rem;
}
.weight-option.active {
    background-color: #000;
    color: white;
    border-color: #000;
}
.quantity-control {
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.quantity-btn {
    width: 40px;
    height: 40px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.2rem;
    user-select: none;
}
.quantity-btn:hover {
    background: #e9ecef;
}
.quantity-input {
    width: 60px;
    height: 40px;
    text-align: center;
    border: 1px solid #dee2e6;
    margin: 0 5px;
}
.btn-add-to-cart {
    background: #5d3754;
    color: white;
    padding: 8px 50px;
    font-weight: 500;
    margin-bottom: 15px;
    border: none;
    transition: all 0.3s;
}
.btn-add-to-cart:hover {
    background: #5d3754;
    color: #fff;
}
.btn-buy-now {
    background: #5d3754;
    color: white;
    padding: 8px 50px;
    font-weight: 500;
    margin-bottom: 15px;
    border: none;
    transition: all 0.3s;
}
.btn-buy-now:hover {
    background: #5d3754;
    color: #fff;
}
.checkout-icons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
.checkout-icons span {
    background: #f8f9fa;
    padding: 8px 15px;
    border-radius: 5px;
    font-weight: 500;
    border: 1px solid #dee2e6;
}
.rating i {
    color: #ffc107;
}
.product-image {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.buttons-container {
    display: flex;
    gap: 15px;
}
@media (max-width: 768px) {
    .buttons-container {
        flex-direction: column;
    }
}
.product-img-main {
    width: 100%;
    border-radius: 10px;
    background: #f8f9fa;
    width: 550px;
    height: 500px;
}
.thumb-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
}
.thumb-img.active {
    border: 2px solid #5d3754;
}
.color-option {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    cursor: pointer;
    border: 1px solid #ddd;
}
.btn-custom {
    background: #5d3754;
    color: #fff;
}
.btn-custom:hover {
    background: #4a2d43;
    color: #fff;
}
.quantity-input {
    width: 60px;
    text-align: center;
}

.why-choose {
    width: 600px;
    height: 500px;
}

.why-choose img {
    width: 100%;
    height: 100%;
}

.why-choose-content {
    padding: 0 50px;
}

.faq-img {
    width: 600px;
    height: 500px;
}

.accordion-button::after {
    display: none;
}
/* Add + icon */
.accordion-button::before {
    content: "+";
    font-size: 20px;
    font-weight: bold;
    margin-right: 10px;
    color: #000;
    transition: transform 0.2s;
}
/* Change to - when open */
.accordion-button:not(.collapsed)::before {
    content: "−";
}

@media (max-width: 768px) {
    .product-img-main {
        width: 350px;
        height: 300px;
    }
    .thumb-img {
        width: 80px;
        height: 80px;
    }

    .why-choose {
        width: 350px;
        height: 350px;
    }

    .faq-img {
        width: 350px;
        height: 350px;
    }
}

.you-may-like .product-card {
    background: #fdeff2; /* halka pink background */
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease;
}
.you-may-like .product-card:hover {
    transform: translateY(-5px);
}
.you-may-like .product-card img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}
a {
    text-decoration: none;
}
.you-may-like .discount-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #5c2d91;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: 500;
}
.you-may-like .price {
    font-weight: bold;
    font-size: 18px;
}
.you-may-like .old-price {
    text-decoration: line-through;
    color: gray;
    margin-left: 5px;
    font-size: 14px;
}
.you-may-like .rating {
    color: #c89b3c; /* golden stars */
    font-size: 14px;
}
